home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / code / p_serlib.sit / Serial Library Source Code / get_read_flags.h < prev    next >
Text File  |  1989-07-27  |  690b  |  23 lines

  1. /***********************************************************************/
  2. /*    
  3. /*    get_read_flags.h
  4. /*    by Atul Butte
  5. /*    Copyright ⌐ 1989 by Microsoft Corporation
  6. /*    All Rights Reserved
  7. /*
  8. /*    version 1.0
  9. /*    
  10. /*    
  11. /*    This module provides a routine which will set the configuration
  12. /*    flags.
  13. /*    
  14. /***********************************************************************/
  15.  
  16. /***********************************************************************/
  17. /*
  18. /*    P R O T O T Y P E S
  19. /*
  20. /***********************************************************************/
  21.  
  22. void get_read_flags( char *psz, Boolean *pfEcho, Boolean *pfEdit, Boolean *pfStripLF, Boolean *pfStrip8Bit, Boolean *pfAddLF, Boolean *pfIgnore );
  23.